home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / GCC / README.TXT < prev   
Text File  |  1996-11-22  |  2KB  |  38 lines

  1. GCC 2.7.2: readme.1st: Last updated 30 May 1996.
  2.  
  3.  
  4. This document describes the files you will need to download,
  5. depending on the particular source files you wish to compile.
  6.  
  7. All GNU compilers for RISC OS will currently use a standard setup.  This
  8. makes it very easy for a user to install as many of the GNU compilers as
  9. they might wish just by dragging one directory from an archive.
  10.  
  11. In each archive, the directory structure related to the particular files
  12. stored within is retained. It is therefore just a simple matter of merging
  13. the directories of each archive with each other to produce a ready to use
  14. installation.
  15.  
  16. The archives included in this package are:
  17.    gccmain - needed by all GNU compilers. This must be downloaded
  18.    cc1     - contains the GNU C compiler
  19.    cc1obj  - contains the GNU Objective-C compiler
  20.    cc1plus - contains the GNU C++ compiler
  21.  
  22. If you are not going to use Objective-C then there is no need to download
  23. the compiler, likewise for GNU C and GNU C++.
  24.  
  25. *Currently GNU C++ does not come with any support libraries. i.e. you have
  26.  to port your own at the moment. The GNU runtime libraries are being worked
  27.  on but there will be a delay before their release *
  28.  
  29.  
  30. Further instructions in actually using the package are detailed within
  31. the archive gccmain.
  32.  
  33.  
  34. Port by Nick Burrett
  35. e-mail: n.a.burrett@mcs.salford.ac.uk (university term times)
  36.     nickb@digibank.demon.co.uk (outside university term times)
  37.     gcc@callan.demon.co.uk (if the other two don't seem to work)
  38.